* {
    padding: 0;
    margin: 0;
    font-family: 'Aller_Regular';
}
*:focus {
    outline: none;
}
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}
.container {
    max-width: 100%;
}

/*Fonts*/

@font-face {
    font-family: Aller_Regular;
    src: url(../fonts/Aller_Lt.ttf);
}
@font-face {
    font-family: Aller_Bold;
    src: url(../fonts/Aller_Bold.ttf);
}
@font-face {
    font-family: Raleway_Regular;
    src: url(../fonts/Raleway-Regular.ttf);
}
@font-face {
    font-family: Raleway_Medium;
    src: url(../fonts/Raleway-Medium.ttf);
}
@font-face {
    font-family: Raleway_SemiBold;
    src: url(../fonts/Raleway-SemiBold.ttf);
}
@font-face {
    font-family: Raleway_Bold;
    src: url(../fonts/Raleway-Bold.ttf);
}

/*General*/

.green-text {
    color: #a7c507;
    font-family: inherit;
    font-size: 1em;
}
.green-button:visited,
.green-button {
    background-color: #a7c507 !important;
    color: #FFF;
    font-size: 17px;
    font-family: Raleway_Bold;
    text-transform: uppercase;
    text-decoration: none;
    border: none !important;
    border-bottom: 8px solid #849c04 !important;
    padding: 23px 10px !important;
    background-image: none !important;
    max-width: 100%;
    border-radius: 0 0 6px 6px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    text-decoration: none;
    position: relative;
    display: inline-block;
    margin: auto;
    width: auto;
}
.green-button:before {
    display: none;
}
.green-button:hover {
    background-color: #566600 !important;
    border-color: #394209 !important;
    text-decoration: none;
    color: #FFF;
}
.section {
    color: #17242e;
    width: 100%;
    display: block;
    position: relative;
}
.section-title {
    margin-bottom: 30px;
}
.section-title,
.section-title span {
    font-family: Raleway_Bold;
    font-size: 24px;
    text-transform: uppercase;
}
.section li,
.section li {
    list-style: none;
    margin-bottom: 30px;
    margin-bottom: 30px;
    font-family: Raleway_Regular;
    font-size: 19px;
    line-height: 22px;
    padding-left: 25px;
    background: url(../images/list-icon.png)top left no-repeat;
    background-position: 0 10px;
    background-size: 10px;
}
.section li strong,
.section li strong {
    font-family: Raleway_SemiBold;
}
.section li:last-child {
    margin-bottom: 0;
}
.gray-bg {
    background-color: #f0f0f0;
}
.section-header {
    font-size: 29px;
    font-family: Aller_Bold;
    text-transform: uppercase;
}

/*Header*/

.header-wraper {
    height: 145px;
    width: 100%;
    display: block;
    overflow: hidden;
}
.header {
    height: 145px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 15px;
    position: fixed;
    top: 0;
    background-color: #FFF;
    z-index: 100;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.header a {
    display: inline-block;
    width: auto;
    height: 100%;
}
.header .logo {
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

/*END Header*/


/*page-header*/

.page-header {
    display: block;
    width: 100%;
    height: auto;
    min-height: 856px;
    margin: auto;
    padding: 0;
    border: none;
    background: url("https://www.vu-du-web.com/wp-content/themes/wpbootstrap/Marketing_Automation_landing_page/images/pahe-header-bg.png") center center no-repeat;
    background-size: cover;
    color: #FFF;
}

/*END page-header*/


/*page-header-left-col*/

.page-header-left-col {
    padding-top: 240px;
    padding-left: 0;
    padding-right: 0px;
}
.page-header-left-col .header-title {
    font-size: 50px;
    font-family: 'Aller_Regular';
    margin: 0;
}
.page-header-left-col .header-title strong {
    font-size: 50px;
    font-weight: normal;
    font-family: 'Aller_Bold';
}
.page-header-left-col .header-title span {
    font-size: 50px;
    font-family: 'Aller_Bold';
}
.page-header-left-col hr {
    height: 3px;
    background-color: #a7c507;
    border: none;
    margin-bottom: 30px;
    margin-top: 35px;
    width: 510px;
    max-width: 100%;
}
.page-header-left-col .header-sub-title {
    font-size: 22px;
    font-family: 'Aller_Regular';
    margin-bottom: 50px;
    width: 510px;
    max-width: 100%;
}
.page-header-left-col .objectifs {}
.page-header-left-col .objectifs li {
    list-style: none;
    padding-left: 40px;
    font-size: 26px;
    font-family: Aller_Bold;
    background: url(../images/list-icon.png)top left no-repeat;
    line-height: 33px;
    background-position: 0 5px;
    padding-bottom: 5px;
    position: relative;
}
.page-header-left-col .objectifs li:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #a7c507;
    left: 10px;
    top: 10px;
}
.page-header-left-col .objectifs li:last-child:before {
    display: none;
}

/*END page-header-left-col*/


/*page-header-right-col*/

.page-header-right-col {
    padding-top: 420px;
}
.page-header-right-col form {
    width: 380px;
    max-width: 100%;
    float: right;
}
.page-header-right-col form input {
    background-color: transparent;
    border: 2px solid #FFF;
    font-size: 20px;
    color: #FFF;
    font-family: Aller_Regular;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 60px;
    height: 45px;
    line-height: 25px;
    position: relative;
}
.page-header-right-col form input:before {
    content: "";
    display: block;
    position: absolute;
    height: 25px;
    width: 1px;
    background-color: #FFF;
    left: 10px;
    top: 0;
}
.page-header-right-col form input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #FFF;
}
.page-header-right-col form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #FFF;
    opacity: 1;
}
.page-header-right-col form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #FFF;
    opacity: 1;
}
.page-header-right-col form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #FFF;
}
.page-header-right-col form input:hover,
.page-header-right-col form input:focus {
    border-color: #a7c507;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}
.page-header-right-col form .name-input {
    background: url(../images/input-name-icon.png)left center no-repeat;
    background-position-x: 10px;
}
.page-header-right-col form .job-input {
    background: url(../images/input-job-icon.png)left center no-repeat;
    background-position-x: 10px;
}
.page-header-right-col form .email-input {
    background: url(../images/input-mail-icon.png)left center no-repeat;
    background-position-x: 10px;
}
.page-header-right-col form .submit-input {
    line-height: 0px;
    font-size: 17px;
    font-family: Raleway_Bold;
    padding: 25px 10px !important;
    border-bottom: 4px solid #849c04 !important;
    border-radius: 0 0 3px 3px;
}
.page-header-right-col form .submit-input:hover {
    border-color: #394209 !important;
}

/*END page-header-right-col*/


/*section-natural-Marketing_Automation 1 + 2 */

.section-natural-Marketing_Automation {}
.section-natural-Marketing_Automation-2 .section-natural-Marketing_Automation-2-right-content,
.section-natural-Marketing_Automation .section-natural-Marketing_Automation-left-content {
    padding: 60px 0;
    width: 100%;
    max-width: 600px;
    margin: auto;
    text-align: justify;
}
.section-natural-Marketing_Automation-right {
    height: 100%;
    position: absolute;
    padding: 0;
}
.section-natural-Marketing_Automation-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.section-natural-Marketing_Automation-2 .section-natural-Marketing_Automation-2-right {
    float: right;
}
.section-natural-Marketing_Automation-2 .section-natural-Marketing_Automation-2-left {
    position: absolute;
    height: 100%;
    float: left;
}
.section-natural-Marketing_Automation-2 .section-natural-Marketing_Automation-2-left-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.section-natural-Marketing_Automation-2 .section-natural-Marketing_Automation-2-left-content .green-button {
    width: 350px;
    max-width: 100%;
}
#circle {
    max-height: 375px;
    max-width: 400px;
    position: relative;
    margin-top: -40px;
}
.circle-wraper {
    height: 340px;
    width: 370px;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    text-align: center;
    position: relative;
}
.circle-wraper:after {
    content: "";
    width: 117px;
    height: 15px;
    background: url(../images/circle-shadow.png)center center no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    bottom: 20px;
    margin: auto;
    left: 0;
    right: 0;
}
circle[Attributes Style] {
    stroke: -webkit-linear-gradient(left, #a7c507 0%, #71ab0b 100%) !important;
}
.timer {
    position: relative;
    font-size: 30px !important;
    font-family: Raleway_SemiBold;
    font-weight: bold;
}
.timer .percent {
    font-size: 20px !important;
    font-weight: normal;
}
.circle-text {
    font-family: Raleway_SemiBold;
    color: #17242e;
    font-size: 15px;
    line-height: 17px;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    padding-left: 13px;
}
.circle-text span {
    font-family: Raleway_Bold;
    font-size: 38px;
}

/*END section-natural-Marketing_Automation*/


/*section-pourquoi*/

.section-pourquoi {
    text-align: center;
    padding: 70px 0;
}
.section-pourquoi .section-header {
    width: 600px;
    max-width: 100%;
    padding: 0 30px;
    margin: auto;
    background: #FFF;
    position: relative;
}
.section-pourquoi .section-text {
    border-radius: 2px;
    border: 2px solid #a7c507;
    padding: 85px 60px 55px;
    font-size: 19px;
    font-family: Raleway_Regular;
    margin-top: -35px;
}
.section-pourquoi .section-text strong {
    font-family: Raleway_Bold;
    font-weight: bold;
}

/*END section-pourquoi*/


/*section-team*/

.section-team {
    padding: 70px 0;
    -webkit-transition: all 600ms;
    transition: all 600ms;
}
.section-team .col-team:hover {
    background-color: #a7c507;
}
.section-team .col-team:hover .col-team-desc {
    color: #FFF;
}
.section-team .section-content {
    text-align: center;
}
.section-team .section-header {
    width: 650px;
    max-width: 100%;
    margin: auto;
    position: relative;
    text-align: center;
    margin-bottom: 65px;
}
.section-team .col-team {
    background: #FFF;
    padding: 5px;
    text-align: center;
    margin: 0 15px 0 0;
    position: relative;
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 31%;
    min-height: 400px;
    box-shadow: 0 0 25px -10px;
    -webkit-transition: all 600ms;
    transition: all 600ms;
}
.section-team .col-team:hover {
    box-shadow: 0 0.625em 1.25em rgba(0, 0, 0, .19), 0 0.375em 0.375em rgba(0, 0, 0, .23);
}
.section-team .col-team-3 {
    margin: 0;
}
.section-team .col-team img {
    width: 100%;
    height: auto;
}
.section-team .col-team-desc {
    font-size: 23px;
    font-family: Aller_Bold;
    margin: auto;
    line-height: 24px;
    padding: 0;
    position: absolute;
    bottom: 8%;
    -webkit-transition: all 600ms;
    transition: all 600ms;
}
.section-team .green-button {
    display: block;
    float: none;
    clear: both;
    width: 470px;
    max-width: 100%;
    margin-top: 45px;
}

/*END section-team*/


/*section-knowhow*/

.section-knowhow-header {
    text-align: center;
    padding: 60px 15px;
}
.section-knowhow-2 .section-knowhow-left,
.section-knowhow-4 .section-knowhow-left,
.section-knowhow-3 .section-knowhow-right,
.section-knowhow-1 .section-knowhow-right {
    min-height: 468px;
}
.section-knowhow-2 .section-knowhow-right,
.section-knowhow-4 .section-knowhow-right,
.section-knowhow-3 .section-knowhow-left,
.section-knowhow-1 .section-knowhow-left {
    padding: 0;
}
.section-knowhow-2 .section-knowhow-right img,
.section-knowhow-4 .section-knowhow-right img,
.section-knowhow-3 .section-knowhow-left img,
.section-knowhow-1 .section-knowhow-left img {
    width: 100%;
    height: 468px;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 468px;
}
.section-knowhow .section-knowhow-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 19px;
    font-family: Raleway_Regular;
    width: 100%;
    max-width: 600px;
    margin: auto;
    text-align: justify;
    left: 0;
    right: 0;
    padding: 0 15px;
}
.section-knowhow-2 .section-knowhow-right,
.section-knowhow-4 .section-knowhow-right {
    float: right;
}

/*END section-knowhow*/


/*section-tool*/

.section-tool {
    text-align: center;
    height: 560px;
    position: relative;
    background: url(../images/section-tool-bg.png)center center no-repeat;
    background-size: cover;
    overflow: hidden;
}
.section-tool img {
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.section-tool:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.section-tool .section-header {
    color: #FFF;
    font-size: 43px;
    position: absolute;
    margin: auto;
    display: block;
    top: 50%;
    left: 0;
    right: 0;
    width: 696px;
    max-width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*END section-tool*/


/*section-demo*/

.section-demo {
    padding: 70px 0;
}
.section-demo .section-content {
    border: 2px solid #a7c507;
    padding: 60px 60px 0;
}
.section-demo .section-text {
    text-align: center;
    font-size: 20px;
    font-family: Raleway_Regular;
    background-color: #FFF;
    position: relative;
    top: -75px;
    padding: 0 15px;
}
.section-demo .green-button {
    display: block;
    text-align: center;
    width: 470px;
    top: -40px;
}

/*END section-demo*/


/*section-team-needs*/

.section-team-needs {
    text-align: center;
    height: 830px;
    background: url(../images/section-team-needs-bg.png)center center no-repeat;
    overflow: hidden;
}
.section-team-needs img {
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.section-team-needs:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.section-team-needs .section-header {
    color: #FFF;
    font-size: 43px;
    position: absolute;
    margin: auto;
    display: block;
    top: 50%;
    left: 0;
    right: 0;
    width: 560px;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.84);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 5px solid;
    border-radius: 50%;
    height: 430px;
    width: 430px;
    vertical-align: middle;
    padding-top: 130px;
}

/*END section-team-needs*/


/*section-contact*/

.section-contact {
    background: url(https://www.vu-du-web.com/wp-content/themes/wpbootstrap/Marketing_Automation_landing_page/images/section-contact-bg.png)center center no-repeat;
    background-size: cover;
    padding: 70px 0 0;
    color: #FFF;
}
.section-contact .col-contact-left-contect {
    padding-top: 15px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%;
    );
    right: 0;
    transform: translateY(-50%;
    )
}
.section-contact .section-header {
    font-size: 43px;
}
.section-contact .section-sub-text {
    color: #FFF;
    font-size: 22px;
    font-family: Aller_Regular;
}
.section-contact .col-contact-right {
    text-align: center;
    z-index: 10;
}
.section-contact .col-contact-right input {
    width: 45%;
    margin: 0 2.5% 2.5%;
}
.section-contact form input {
    background-color: transparent;
    border: 2px solid #FFF;
    font-size: 20px;
    color: #FFF;
    font-family: Aller_Regular;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 60px;
    height: 54px;
    line-height: 25px;
    position: relative;
}
.section-contact form input:before {
    content: "";
    display: block;
    position: absolute;
    height: 25px;
    width: 1px;
    background-color: #FFF;
    left: 10px;
    top: 0;
}
.section-contact form input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #FFF;
}
.section-contact form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #FFF;
    opacity: 1;
}
.section-contact form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #FFF;
    opacity: 1;
}
.section-contact form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #FFF;
}
.section-contact form input:hover,
.section-contact form input:focus {
    border-color: #a7c507;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}
.section-contact form .name-input {
    background: url(../images/input-name-icon.png)left center no-repeat;
    background-position-x: 10px;
    float: left;
}
.section-contact form .job-input {
    background: url(../images/input-job-icon.png)left center no-repeat;
    background-position-x: 10px;
    float: right;
}
.section-contact form .email-input {
    background: url(../images/input-mail-icon.png)left center no-repeat;
    background-position-x: 10px;
    float: left;
}
.section-contact form .tel-input {
    background: url(../images/input-tel-icon.png)left center no-repeat;
    background-position-x: 10px;
    float: right;
}
.section-contact form .submit-input {
    height: 54px;
    padding: 0 !important;
    text-align: center;
    border: none !important;
    line-height: 25px;
    border-radius: 0;
    font-family: Raleway_Bold;
    font-size: 17px !important;
    display: block;
    left: 50%;
}
.section-contact form .submit-input:hover {
    background-color: #FFF !important;
    color: #a7c507 !important;
}
.section-contact .col-contact-footer .section-header {
    font-size: 25px;
    text-align: center;
    z-index: 1;
}

/*END section-contact*/


/*Footer*/

footer {
    text-align: center;
    display: block;
    padding: 70px 0;
}
footer .footer-link {
    text-align: center;
    color: #FFF !important;
    text-decoration: none !important;
    background: red;
    padding: 15px 35px;
    font-family: Raleway_Bold;
    font-size: 20px;
    width: 400px;
    max-width: 100%;
    display: inline-block;
    border-bottom: 4px solid;
    border-radius: 0 0 6px 6px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
footer .footer-link-1 {
    background-color: #17242e;
    border-color: #0c161d;
    margin-right: 100px;
}
footer .footer-link-1:hover {
    background-color: #060c10;
    border-color: #080f14;
}
footer .footer-link-2 {
    background-color: #aab3b9;
    border-color: #929ba1;
    cursor: pointer;
}
footer .footer-link-2:hover {
    background-color: #757c81;
    border-color: #494e51;
}

/*END Footer*/

.section-contact form .submit-input {
    white-space: normal;
    line-height: 19px;
}

/*Modile*/

@media(max-width: 1200px) {
    .page-header-left-col .header-title {
        font-size: 50px;
    }
    .page-header-left-col .header-title strong {
        font-size: 62px;
    }
    .page-header-left-col .header-title span {
        font-size: 72px;
    }
    .page-header-left-col .header-sub-title {
        font-size: 17px;
    }
    .page-header-left-col .objectifs li {
        font-size: 25px;
    }
    .section-team .col-team {
        min-height: 365px;
    }
    .col-team-1 .col-team-desc {
        bottom: 5%;
    }
    .section-contact .section-header {
        font-size: 35px;
    }
    .section-contact .section-sub-text {
        font-size: 18px;
    }
    .section-contact .col-contact-left-contect {
        padding-top: 20px;
    }
    .section-contact form .submit-input {
        font-size: 15px !important;
        white-space: normal;
        line-height: 19px;
    }
}
@media(max-width: 991px) {
    .section-contact form .submit-input {
        left: 0;
    }
    .section-knowhow-2 .section-knowhow-right img,
    .section-knowhow-4 .section-knowhow-right img,
    .section-knowhow-3 .section-knowhow-left img,
    .section-knowhow-1 .section-knowhow-left img {
        height: 268px;
    }
    .page-header {
        min-height: 740px;
    }
    .page-header-left-col .header-title {
        font-size: 39px;
    }
    .page-header-left-col .header-title strong {
        font-size: 50px;
    }
    .page-header-left-col .header-title span {
        font-size: 55px;
    }
    .page-header-left-col {
        padding-top: 140px;
    }
    .page-header-right-col {
        padding-top: 155px;
        ;
    }
    .page-header-left-col .objectifs li {
        font-size: 18px;
    }
    .page-header-right-col form .submit-input {
        font-size: 15px;
    }
    .section-natural-Marketing_Automation-right {
        position: relative;
        height: 140px;
    }
    .section-team .col-team-desc {
        font-size: 20px;
        padding: 0 20px;
    }
    .section-team .col-team {
        min-height: 300px;
    }
    .section-tool {
        height: 450px;
    }
    .section-tool img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .section-team-needs {
        height: 450px;
    }
    .section-team-needs img {
        height: 100%;
    }
    .section-team-needs .section-header {
        height: 330px;
        width: 330px;
        font-size: 35px;
        padding-top: 100px;
    }
    .section-contact .section-header {
        font-size: 25px;
    }
    .section-contact .col-contact-right input {
        width: 47%;
        margin: 0 1.5% 1.5%;
    }
    .section-contact form .submit-input {
        /*        float: right;*/
        font-size: 12px !important;
    }
    footer .footer-link {
        margin: 0 auto 15px;
        display: block;
    }
}
@media(max-width: 768px) {
    .circle-wraper:after {
        bottom: 33px;
    }
    .page-header-left-col {
        padding: 140px 15px 0;
    }
    .page-header-left-col .header-sub-title {
        margin-bottom: 35px;
    }
    .page-header-right-col {
        padding-top: 200px;
    }
    .page-header-right-col form {
        float: none;
        margin: auto;
    }
    .section-natural-Marketing_Automation-2 .section-natural-Marketing_Automation-2-left {
        position: relative;
    }
    .section-natural-Marketing_Automation-2 .section-natural-Marketing_Automation-2-left-content {
        top: initial;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .section-pourquoi .section-content {
        padding: 0 15px;
    }
    .section-contact .col-contact-left-contect {
        text-align: center;
        padding-top: 0;
        margin-bottom: 35px;
    }
    .section-contact form .submit-input {
        font-size: 14px !important;
    }
    .section-demo {
        padding: 70px 15px;
    }
    .section-team-needs {
        height: 350px;
    }
    .circle-text {
        /*        top: 200px;*/
    }
    #circle:after {
        bottom: 26px;
    }
    .section-contact form .submit-input {
        white-space: normal;
        line-height: 19px;
        display: block;
        width: 47% !important;
        margin: 0 1.5% 1.5%;
    }
    .section-knowhow-2 .section-knowhow-right img,
    .section-knowhow-4 .section-knowhow-right img,
    .section-knowhow-3 .section-knowhow-left img,
    .section-knowhow-1 .section-knowhow-left img {
        height: 268px;
    }
    .section-knowhow-2 .section-knowhow-left,
    .section-knowhow-4 .section-knowhow-left,
    .section-knowhow-3 .section-knowhow-right,
    .section-knowhow-1 .section-knowhow-right {
        min-height: 268px;
    }
    .section-demo .section-text,
    .section-knowhow .section-knowhow-content,
    .section-pourquoi .section-text,
    .section li,
    .section li {
        font-size: 16px;
    }
    .circle-text span {
        font-size: 33px;
    }
}
@media(max-width: 460px) {
    .circle-wraper:after {
        bottom: 40px;
    }
    .page-header-left-col .header-title strong {
        font-size: 44px;
    }
    .page-header-right-col {
        padding-top: 35px;
    }
    .section li,
    .section li {
        font-size: 16px;
        text-align: justify;
    }
    .section-title,
    .section-title span {
        font-size: 22px;
    }
    .section-header {
        font-size: 20px;
    }
    .section-pourquoi .section-header {
        width: 80%;
        padding: 0 15px;
    }
    .section-pourquoi .section-text {
        padding: 55px 15px;
        font-size: 16px;
        text-align: justify;
    }
    .section-natural-Marketing_Automation-2 .section-natural-Marketing_Automation-2-left-content .green-button,
    .green-button:visited,
    .green-button {
        font-size: 16px;
        padding: 15px 10px !important;
        width: 90% !important;
    }
    .section-team .col-team {
        width: 90%;
        margin: 0 auto 15px;
    }
    .section-team .col-team-desc {
        position: relative;
        padding: 15px;
    }
    .section-tool {
        height: 250px;
    }
    .section-tool .section-header {
        font-size: 25px;
    }
    .section-demo .section-content {
        padding: 60px 15px 0;
    }
    .section-demo .section-text {
        font-size: 16px;
    }
    .section-team-needs {
        height: 250px;
    }
    .section-team-needs .section-header {
        height: 230px;
        width: 230px;
        font-size: 25px;
        padding-top: 75px;
    }
    .section-contact form .submit-input,
    .section-contact .col-contact-right input {
        float: none;
        width: 100% !important;
        margin: 0 auto 20px;
    }
    footer .footer-link {
        font-size: 16px;
        width: 90%;
    }
    .circle-text {
        /*        top: 195px;*/
    }
    .page-header-right-col form .submit-input {
        font-size: 16px;
        width: 100% !important;
        white-space: normal;
        line-height: 19px;
        height: auto;
        padding: 10px !important;
    }
    .page-header-left-col hr {
        margin: 15px 0;
    }
    .section-team .section-header {
        padding: 0 15px;
    }
    .page-header-left-col .objectifs li {
        line-height: 25px;
    }
    .section-contact .col-contact-right form p {
        margin-bottom: 0;
    }
}
@media(max-width: 360px) {
    .circle-wraper {
        height: 302px
    }
    .circle-wraper:after {
        bottom: 15px;
    }
    .circle-text {
        /*        top: 181px;*/
    }
}
@media(max-width: 320px) {
    .circle-text {
        /*        top: 160px;*/
    }
    .circle-text span {
        font-size: 33px;
    }
    .circle-text {
        font-size: 12px;
    }
    .page-header-left-col .header-title {
        font-size: 34px;
    }
    .page-header-left-col .header-title strong {
        font-size: 37px;
    }
    .page-header-left-col .header-title span {
        font-size: 50px;
    }
    .page-header-left-col .objectifs li {
        font-size: 16px;
    }
    #circle:after {
        bottom: 30px;
    }
}
@media (max-width: 360px) {
    .circle-wraper:after {
        bottom: 49px;
    }
}

/*custom*/

.wpcf7-not-valid {
    border: 2px solid red !important;
}
.wpcf7-not-valid option:first-child {
    color: red !important;
}
.wpcf7-not-valid::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: red !important;
}
.wpcf7-not-valid::-moz-placeholder {
    /* Firefox 19+ */
    color: red !important;
}
.wpcf7-not-valid:-ms-input-placeholder {
    /* IE 10+ */
    color: red !important;
}
.wpcf7-not-valid:-moz-placeholder {
    /* Firefox 18- */
    color: red !important;
}
div.wpcf7 .ajax-loader.is-active {
    display: block;
    margin: auto;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
div.wpcf7-response-output {
    margin-top: 0;
}
.section-contact .col-contact-right form p {
    margin-bottom: 40px;
}
.section-contact .col-contact-right div.wpcf7 .ajax-loader.is-active {
    display: inline-block;
}


.header-title span{
    color: #a7c507;
}